ActiveReports 8
DataBindXY(Object[],Double[]) Method
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPointsCollection Class > DataBindXY Method : DataBindXY(Object[],Double[]) Method

xValues
Specifies the array of X values of the DataPoint object added to the collection.
yValues
Specifies the array of Y values of the DataPoint object added to the collection.

Glossary Item Box

Binds the X value and Y values of the collection's DataPoints to a specified data source.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DataBindXY( _
   ByVal xValues() As System.Object, _
   ByVal ParamArray yValues() As System.Double _
) 
C# 
public void DataBindXY( 
   System.object[] xValues,
   params System.double[] yValues
)

Parameters

xValues
Specifies the array of X values of the DataPoint object added to the collection.
yValues
Specifies the array of Y values of the DataPoint object added to the collection.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also